home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 8: LINUX Games
/
Linux Cubed Series 8 - LINUX Games.iso
/
games
/
video
/
fly8111-.000
/
fly8111-
/
fly8
/
shapes
/
m61.vx
< prev
next >
Wrap
Text File
|
1979-12-31
|
351b
|
21 lines
/* --------------------------------- m61.vx --------------------------------- */
/*
* This is part of the flight simulator 'fly8'.
* Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
*
*/
/*
* Object shape: O_M61.
*/
#include "shape.h"
static VERTEX vx_m61[] = {
{{ 0, 0, 0}, V_MOVE},
{{ 0, 1, 0}, V_DRAW},
{{ 0, 0, 0}, V_EOF}
};